From 4294429a079a5902531d36d86229eb970b0c3d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Fri, 13 Jan 2023 04:55:26 -0300 Subject: CPP --- src/common/settings.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 6a5569fe0..b1a2aa8b2 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp @@ -153,6 +153,14 @@ void UpdateRescalingInfo() { info.up_scale = 6; info.down_shift = 0; break; + case ResolutionSetup::Res7X: + info.up_scale = 7; + info.down_shift = 0; + break; + case ResolutionSetup::Res8X: + info.up_scale = 8; + info.down_shift = 0; + break; default: ASSERT(false); info.up_scale = 1; -- cgit v1.2.3